object ConfirmExportDlg: TConfirmExportDlg Left = 424 Top = 394 BorderStyle = bsDialog Caption = 'Exporter' ClientHeight = 114 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object FilenameLbl: TLabel Left = 64 Top = 16 Width = 249 Height = 57 AutoSize = False Caption = '%' WordWrap = True end object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 end object UpdateBtn: TButton Left = 41 Top = 83 Width = 88 Height = 23 Caption = '&Mettre '#224' jour' Default = True ModalResult = 1 TabOrder = 0 end object OverwriteBtn: TButton Left = 139 Top = 83 Width = 86 Height = 23 Caption = '&R'#233#233'crire' ModalResult = 5 TabOrder = 1 end object CancelBtn: TButton Left = 236 Top = 83 Width = 73 Height = 23 Cancel = True Caption = '&Annuler' ModalResult = 2 TabOrder = 2 end end